home *** CD-ROM | disk | FTP | other *** search
/ Star Festival... a Return to Japan / Star Festival... a Return to Japan.iso / pc / STARFESTIVAL / Map-aka.dir / 00023.ls < prev    next >
Encoding:
Text File  |  1999-04-08  |  153 b   |  11 lines

  1. on mouseDown
  2.   puppetSound("buttonSound")
  3.   allSpritesOff()
  4.   go("xit")
  5.   if the mouseH < 415 then
  6.     go(1, "16r")
  7.   else
  8.     go(1, "03r")
  9.   end if
  10. end
  11.